ComponentOne Xamarin Edition
C1SelectCollectionView<S,T> Constructor
C1.CollectionView Assembly > C1.CollectionView Namespace > C1SelectCollectionView<S,T> Class : C1SelectCollectionView<S,T> Constructor
The source.
Select function which converts a source item into an item of this collection view.
Initializes a new instance of the C1SelectCollectionView<S,T> class.
Syntax
public C1SelectCollectionView<S,T>( 
   IEnumerable source,
   Func<int,S,T> select
)

Parameters

source
The source.
select
Select function which converts a source item into an item of this collection view.
See Also

Reference

C1SelectCollectionView<S,T> Class
C1SelectCollectionView<S,T> Members